home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 March / PCWMAR09.iso / Software / Freeware / Adobe Media Player 1.6 / adobe_media_player.air / AMP.swf / scripts / mx / utils / IXMLNotifiable.as < prev    next >
Encoding:
Text File  |  2008-11-25  |  189 b   |  9 lines

  1. package mx.utils
  2. {
  3.    public interface IXMLNotifiable
  4.    {
  5.       function xmlNotification(param1:Object, param2:String, param3:Object, param4:Object, param5:Object) : void;
  6.    }
  7. }
  8.  
  9.